home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / EOFDirtyDoc / Makefile < prev    next >
Makefile  |  1995-04-16  |  1KB  |  54 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = EOFDirtyDoc
  11.  
  12. PROJECTVERSION = 1.1
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. LOCAL_RESOURCES = EOFDirtyDoc.nib
  17.  
  18. GLOBAL_RESOURCES = People.eomodel
  19.  
  20. CLASSES = Controller.m EOAssociationAdditions.m\
  21.           EOColumnAssociationAdditions.m
  22.  
  23. HFILES = Controller.h EOAssociationAdditions.h\
  24.          EOColumnAssociationAdditions.h ObjectAdditions.h
  25.  
  26. MFILES = EOFDirtyDoc_main.m
  27.  
  28. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  29.             h.template
  30.  
  31.  
  32. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  33. MAKEFILE = app.make
  34. INSTALLDIR = $(HOME)/Apps
  35. INSTALLFLAGS = -c -s -m 755
  36. SOURCEMODE = 444
  37.  
  38. ICONSECTIONS =    -sectcreate __ICON app /usr/lib/NextStep/Workspace.app/application.tiff
  39.  
  40. LIBS = -lEOAccess_s -lEOInterface_s -lFoundation_s -lMedia_s -lNeXT_s
  41. DEBUG_LIBS = $(LIBS)
  42. PROF_LIBS = $(LIBS)
  43.  
  44.  
  45.  
  46.  
  47. -include Makefile.preamble
  48.  
  49. include $(MAKEFILEDIR)/$(MAKEFILE)
  50.  
  51. -include Makefile.postamble
  52.  
  53. -include Makefile.dependencies
  54.